* sysdep.c (sys_subshell): Use 'volatile' to avoid vfork clobbering.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Mar 2011 05:06:34 +0000 (22:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Mar 2011 05:06:34 +0000 (22:06 -0700)
commit986f33e789774421f891eee90302b23cd7f73859
tree09072a8d69fa8ac74707eb845b1ceba8e45c5ee5
parent30fbdd809b6d5df371c830b1d2e266957fe64cb2
* sysdep.c (sys_subshell): Use 'volatile' to avoid vfork clobbering.

Before, this 'volatile' was incorrectly IF_LINTted out.
src/ChangeLog
src/sysdep.c